.head {
  height: 90px;
  display: flex;
  align-items: center;
  width: 100%;
  top: 0;
  z-index: 111;
}
.head.headd {
  transition: hover 0.5s;
}
.head.headd:hover .logo {
  display: block;
}
.head.headd:hover .LOGO {
  display: none;
}
.head.headd .logo {
  display: none;
}
.head.headd .LOGO {
  display: block;
}
.head.headd .head_right > .pc > li > a {
  color: #fff;
}
.head.headd .head_right > .pc > li .ul > li {
  background: rgba(255, 255, 255, 0.2);
}
.head.headd .head_right > .pc > li .ul > li:hover {
  background: rgba(255, 255, 255, 0.2);
}
.head.headd .head_right > .pc > li .ul > li > a {
  color: #fff;
}
.head.headd .head_right > .pc > li .ul > li .san span {
  background: rgba(255, 255, 255, 0.2);
}
.head.headd .head_right > .pc > li .ul > li .san span:hover {
  background: rgba(255, 255, 255, 0.2);
}
.head.headd .head_right > .pc > li .ul > li .san span a {
  color: #fff;
}
.head.headd .head_right_a {
  background: none;
}
.head.headd .head_right_a > a:first-of-type::before {
  content: "";
  background: #fff;
}
.head.headd .head_right_a a {
  color: #fff;
}
.head.headd .head_right_a .qiu1 {
  display: block;
}
.head.headd .head_right_a .qiu {
  display: none;
}
.head .logo,
.head .LOGO {
  width: 150px;
}
.head .logo {
  display: block;
}
.head .LOGO {
  display: none;
}
.head .head_menu {
  display: none;
}
.head > div {
  height: 100%;
}
.head > div > a {
  display: block;
}
.head .head_right {
  height: 100%;
}
.head .head_right .yidong {
  display: none;
}
.head .head_right > .pc {
  height: 100%;
}
.head .head_right > .pc > li {
  height: 100%;
  margin-right: 70px;
  position: relative;
}
.head .head_right > .pc > li:last-of-type {
  margin-right: 0;
}
.head .head_right > .pc > li a {
  color: #000;
}
.head .head_right > .pc > li .ul {
  position: absolute;
  top: 100%;
  left: -40%;
  z-index: 10;
  width: 180%;
}
.head .head_right > .pc > li .ul a {
  height: 100%;
}
.head .head_right > .pc > li .ul > li {
  height: 50px;
  background: #fff;
  position: relative;
  z-index: 11;
}
.head .head_right > .pc > li .ul > li:last-of-type {
  border-radius: 0 0 10px 10px;
}
.head .head_right > .pc > li .ul > li .san {
  position: absolute;
  left: 100%;
  width: 100%;
  z-index: 11;
  top: 0;
  overflow: hidden;
  border-radius: 10px;
}
.head .head_right > .pc > li .ul > li .san span {
  display: block;
  background: #fff;
  height: 50px;
}
.head .head_right > .pc > li .ul > li .san span a {
  color: #666;
}
.head .head_right > .pc > li .ul > li .san span:hover {
  background: #F4F8FF;
}
.head .head_right > .pc > li .ul > li .san span:hover a {
  color: var(--themeColor);
  font-weight: bold;
}
.head .head_right > .pc > li .ul > li > a {
  color: #666;
}
.head .head_right > .pc > li .ul > li:hover {
  background: #F4F8FF;
}
.head .head_right > .pc > li .ul > li:hover > a {
  color: var(--themeColor);
  font-weight: bold;
}
.head .head_right > .pc > li:hover .ul {
  display: block;
}
.head .head_right > .pc > li:hover > a {
  color: var(--themeColor);
  font-weight: bold;
}
.head .head_right_a {
  transition: all 0.5s;
  border-radius: 45px;
  padding: 10px;
}
.head .head_right_a img {
  width: 17px;
  margin-right: 7px;
  animation: zhuan 2s linear infinite;
}
.head .head_right_a img.qiu1 {
  display: none;
}
.head .head_right_a img.qiu {
  display: block;
}
@keyframes zhuan {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.head .head_right_a a {
  padding: 0 7px;
  color: #000;
}
.head .head_right_a a.active {
  opacity: 0.5;
}
.head .head_right_a > a:first-of-type {
  position: relative;
}
.head .head_right_a > a:first-of-type::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #bdcbdd;
  position: absolute;
  right: 0;
}
.foot_yy{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    z-index: 9999;
}
.law{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50vw;
    background: #fff;
    transform: translate(-50%,-50%);
    color: #333;
    padding: 20px;
}
.law2,.law1{
    display: none;
}
.law .iconfont{
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(200%,-150%);
    color: #fff;
    cursor: pointer;
}
.foot {
  color: #fff;
  overflow: hidden;
}
.head .btn_top{
    height: auto;
    display: none;
    position: fixed;
    bottom: 130px;
    right: 130px;
    background: var(--themeColor);
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}
.head .btn_top img{
    width:30px;
    aspect-ratio: 1/1;
}
.foot .foot_top {
  padding-top: 50px;
  padding-bottom: 30px;
  background: #121416;
}
.foot .foot_top .foot_top_left img {
  margin-bottom: 25px;
  width: 140px;
}
.foot .foot_top .foot_top_left div {
  margin-bottom: 25px;
}
.foot .foot_top .foot_top_left p {
  margin-bottom: 5px;
}
.foot .foot_top .foot_top_left a {
  font-family: Boldss;
  color: #b6b7c2;
  transition: all 0.5s;
}
.foot .foot_top .foot_top_left a:hover {
  color: #fff;
}
.foot .foot_top .foot_top_right dl {
  margin-left: 100px;
}
.foot .foot_top .foot_top_right dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.foot .foot_top .foot_top_right dt a {
  color: #fff;
}
.foot .foot_top .foot_top_right dd {
  font-size: 14px;
  margin-bottom: 8px;
}
.foot .foot_top .foot_top_right dd a {
  transition: all 0.3s;
  color: #b6b7c2;
}
.foot .foot_top .foot_top_right dd a:hover {
  color: #fff;
}
.foot .foot_bottom_h {
  background: #1B1E21;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.foot .foot_bottom_h .foot_bottom {
  padding: 20px 0;
}
.foot .foot_bottom_h .foot_bottom a {
  color: #b6b7c2;
  margin-right: 40px;
}
.foot .foot_bottom_h .foot_bottom a:hover {
  color: #fff;
}
.foot .foot_bottom_h .foot_bottom .falv a {
  margin: 0 20px;
}
.foot .foot_bottom_h .foot_bottom_right .iconfont {
  font-size: 40px;
}
.foot .foot_bottom_h .foot_bottom_right div{
    display: inline-block;
    position: relative;
      margin-left: 30px;
}
.foot .foot_bottom_h .foot_bottom_right div img{
    transition: 0.2s;
    /*height: 0;*/
    width: 80px;
    height: 80px;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 111;
    transform: translateY(200%) translateX(-50%);
}
.foot .foot_bottom_h .foot_bottom_right div:hover img{
    transform: translateY(-20%)  translateX(-50%);
}
.foot .foot_bottom_h .foot_bottom_right div:first-child .iconfont{
  color: #2bae68;
  background: #fff;
  border-radius: 50%;
}
.foot .foot_bottom_h .foot_bottom_right div:last-child .iconfont{
  color: #ea4c4b;
  background: #fff;
  border-radius: 50%;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner h6 {
  position: absolute;
  font-family: Mediumss;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .banner_text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  color: rgb(255, 255, 255);
}
.banner .banner_text .iconfont {
  font-size: 14px;
}
.banner .banner_text a {
  color: rgb(255, 255, 255);
}
.banner .banner_text a:last-of-type {
  color: #fff;
}
.modelbanner{
    display: none;
}
@media screen and (max-width: 1280px) {
  .head {
    height: 80px;
  }
  .head a img {
    scale: 0.8;
  }
  .head .head_right > ul > li {
    margin-right: 40px;
  }
  .head .head_right_a {
    padding: 5px 10px;
  }
  .foot .foot_top .foot_top_right dl {
    margin-left: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .head .head_right > .pc > li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .head > div > a {
    margin-left: 0;
  }
  .foot .foot_top .foot_top_right dl {
    margin-left: 60px;
  }
  .foot .foot_bottom_h .foot_bottom a {
    margin-right: 20px;
  }
  .foot .foot_bottom_h .foot_bottom .falv a {
    margin: 0 15px;
  }
  .foot .foot_bottom_h .foot_bottom_right .iconfont {
    margin-left: 25px;
  }
  .head .head_right > .pc {
    display: none;
  }
  .banner {
    height: auto;
  }
  .banner img {
    height: 100%;
    object-fit: cover;
  }
  .banners .banner_h6{
      display: none;
  }
  .banners>img{
      display: none;
  }
  .banners .banner_text{
      position: static !important;
      transform: none !important;
      color: var(--themeColor);
  }
  .banners .banner_text a{
      color: var(--themeColor);
  }
  .banners .banner_text a:last-of-type{
      color: var(--themeColor);
  }
  .head .head_right > .yidong {
    /*display: block;*/
    position: absolute;
    flex-direction: column;
    height: auto;
  }
  .head .head_right > .yidong > li {
    margin-right: 0;
    border-top: 1px solid var(--themeColor2);
  }
  .head .head_right_a {
    margin-left: auto;
    margin-right: 50px;
  }
  .head:hover .head_menu::before {
    content: "";
    background: var(--themeColor);
  }
  .head:hover .head_menu::after {
    content: "";
    border-top: 1px solid var(--themeColor);
    border-bottom: 1px solid var(--themeColor);
  }
  .head .head_menu {
    display: block;
    position: relative;
    margin-right: 20px;
  }
  .head .head_menu::before {
    content: "";
    width: 30px;
    height: 1px;
    background: var(--themeColor);
    position: absolute;
    top: -10px;
    right: 0;
    transition: all 0.5s;
  }
  .head .head_menu::after {
    content: "";
    width: 30px;
    height: 10px;
    border-top: 1px solid var(--themeColor);
    border-bottom: 1px solid var(--themeColor);
    position: absolute;
    top: 0px;
    right: 0;
    transition: all 0.5s;
  }
  .head .head_menu.head_menu_aa::before {
    content: "";
    transform: rotate(45deg);
    top: 0;
  }
  .head .head_menu.head_menu_aa::after {
    content: "";
    height: 1px;
    border: 0;
    background: var(--themeColor);
    transform: rotate(-45deg);
    top: 0;
  }
  .head_right .yidong {
    width: 100%;
    height: auto;
    left: 0;
    z-index: 100;
    top: 80px;
    box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.3);
  }
  .head_right .yidong > li {
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    position: relative;
  }
  .head_right .yidong > li li {
    padding-top: 20px;
    position: relative;
  }
  .head_right .yidong > li li a {
    display: block;
    text-align: center;
  }
  .head_right .yidong > li li > i {
    font-size: 14px !important;
    position: absolute;
    right: 44%;
    top: 18px;
    transform: rotate(-90deg);
    display: block;
    transition: all 0.5s;
  }
  .head_right .yidong > li li .san span {
    display: block;
    padding-top: 15px;
  }
  .head_right .yidong > li > a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .head_right .yidong > li > i {
    font-size: 18px !important;
    position: absolute;
    right: 40%;
    top: 15px;
    transform: rotate(-90deg);
    display: block;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 860px) {
    .modelbanner{
        display: block;
    }
    .pcbanner{
        display: none;
    }
    .law{
        width: 95vw;
    }
    .law .iconfont{
        transform: translate(0%,-100%);
    }
  .foot .foot_bottom_h .foot_bottom .foot_bottom_left {
    width: 80%;
    flex-wrap: wrap;
  }
  .foot .foot_bottom_h .foot_bottom .foot_bottom_left > a {
    width: calc(50% - 20px);
    margin-bottom: 15px;
  }
  .foot .foot_bottom_h .foot_bottom .foot_bottom_left > a:nth-child(3) {
    margin-bottom: 0;
  }
  .foot .foot_bottom_h .foot_bottom .foot_bottom_left .falv {
    margin-left: -15px;
  }
  .ul {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .head {
    height: 60px;
  }
  .head.headd {
    background: #fff;
  }
  .head.headd:hover {
    background: #fff;
  }
  .head.headd .LOGO {
    display: none;
  }
  .head.headd .logo {
    display: block;
  }
  .head.headd .head_right_a .qiu {
    display: block;
  }
  .head.headd .head_right_a .qiu1 {
    display: none;
  }
  .head.headd .head_right_a a {
    color: var(--themeColor);
  }
  .head > div > a {
    width: 140px;
  }
  .head > div > a img {
    width: 100%;
  }
  .head > div .head_right_a {
    font-size: 12px !important;
    margin-right: 30px !important;
  }
  .head > div .head_right_a img {
    width: 12px;
    margin-right: 3px;
  }
  .head .head_menu {
    margin-right: 0;
  }
  .head .head_menu::before {
    content: "";
    width: 20px;
    top: -6px;
  }
  .head .head_menu::after {
    content: "";
    width: 20px;
    height: 5px;
  }
  .head_right .yidong {
    top: 60px;
  }
  .head_right .yidong > li {
    padding: 10px 0;
  }
  .head_right .yidong > li > i {
    top: 8px;
    right: 35%;
    font-size: 14px !important;
  }
  .head_right .yidong > li li {
    padding-top: 10px;
  }
  .head_right .yidong > li li > i {
    top: 9px;
    right: 35%;
    font-size: 12px !important;
  }
  .head_right .yidong > li li .san span {
    padding-top: 5px;
  }
  .foot .foot_top > div {
    flex-direction: column;
  }
  .foot .foot_top .foot_top_left {
    width: 100%;
  }
  .foot .foot_top .foot_top_left > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .foot .foot_top .foot_top_right {
    width: 100%;
    display: none;
  }
  .foot .foot_top .foot_top_right dl {
    margin-left: 0;
  }
  .foot .foot_top .foot_top_right dt {
    font-size: 14px !important;
  }
  .foot .foot_top .foot_top_right dd {
    font-size: 12px !important;
  }
  .foot .foot_bottom .foot_bottom_left {
    flex-direction: column;
    width: 100% !important;
  }
  .foot .foot_bottom .foot_bottom_left > a {
    width: 100% !important;
    margin-right: 0;
  }
  .foot .foot_bottom .foot_bottom_left .falv {
    margin-top: 10px;
    width: 100%;
    margin-left: 0 !important;
  }
  .foot .foot_bottom .foot_bottom_left .falv > a:first-of-type {
    margin-left: 0;
  }
  .banner {
    height: auto;
  }
  .banner .banner_text {
    bottom: 10px;
  }
}
